google.golang.org/protobuf/internal/impl.coderFieldInfo.offset (field)
17 uses
google.golang.org/protobuf/internal/impl (current package)
checkinit.go#L65: if f.isLazy && p.Apply(f.offset).AtomicGetPointer().IsNil() {
checkinit.go#L73: if err := f.funcs.isInit(p.Apply(f.offset), f); err != nil {
checkinit.go#L81: fptr := p.Apply(f.offset)
codec_message.go#L47: offset offset // struct field offset
codec_message.go#L129: offset: fieldOffset,
codec_message_opaque.go#L63: offset: fieldOffset,
decode.go#L184: o, err = f.funcs.unmarshal(b, p.Apply(f.offset), wtyp, f, opts)
encode.go#L89: fptr := p.Apply(f.offset)
encode.go#L180: fptr := p.Apply(f.offset)
lazy.go#L81: p.Apply(f.offset).AtomicSetPointerIfNil(fp.Elem())
lazy.go#L319: if p.Apply(f.offset).AtomicGetPointer().IsNil() {
lazy.go#L324: o, err = f.funcs.unmarshal(b, p.Apply(f.offset), wtyp, f, opts)
lazy.go#L405: if err := mi.unmarshalField((*lazy).Buffer(), p.Apply(f.offset), f, *lazy, opts.flags); err != nil {
merge.go#L56: sfptr := src.Apply(f.offset)
merge.go#L62: dfptr := dst.Apply(f.offset)
merge.go#L71: f.funcs.merge(dst.Apply(f.offset), sfptr, f, opts)
merge.go#L79: f.funcs.merge(dst.Apply(f.offset), sfptr, f, opts)